From 3ead63be0ffc55cbb020cd255e9455f095fd2049 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 1 Dec 2005 01:25:49 +0000 Subject: [PATCH] Changed to non-fixed character set. Makes sense for GUI screen output and other situations. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1605 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/text.c b/gpsbabel/text.c index e8f0b022a..afd4ec68a 100644 --- a/gpsbabel/text.c +++ b/gpsbabel/text.c @@ -235,6 +235,6 @@ ff_vecs_t text_vecs = { data_write, NULL, text_args, - CET_CHARSET_ASCII, 1 /* CET-REVIEW */ + CET_CHARSET_ASCII, 0 /* CET-REVIEW */ }; -- 2.30.2